GXCleanupStartJob
You can use theGXCleanupStartJob
function to notify QuickDraw GX that it needs to clean up any actions that it took after receiving aGXStartJob
message from your printing extension or printer driver.
void GXCleanupStartJob (void);DESCRIPTION
You need to call theGXCleanupStartJob
function if you encounter an error in your override of theGXStartJob
message and you have already forwarded the message.When you call
GXCleanupStartJob
, QuickDraw GX sends theGXCleanupStartJob
message, which allows all of the message handlers to reverse any actions that they took in their overrides of theGXStartJob
message, such as allocating storage or modifying state information.SEE ALSO
TheGXStartJob
andGXCleanupStartJob
messages are described in the chapter "Printing Messages."
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help